home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / jet_pac_stan.swf / scripts / DefineButton2_57 / BUTTONCONDACTION on(release).as
Text File  |  2006-11-13  |  139b  |  7 lines

  1. on(release){
  2.    _root.SFXjet.gotoAndStop("off");
  3.    _root.SFXelectric.gotoAndStop("off");
  4.    _root.soundOn = 0;
  5.    gotoAndStop(1);
  6. }
  7.